home *** CD-ROM | disk | FTP | other *** search
/ Kit PC World De Ampliacion De Windows 95 / Kit PC World de ampliacion de Windows 95.iso / internet / sweeper / samples / surfbear / surfbear.mak < prev    next >
Text File  |  1995-11-28  |  10KB  |  347 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=SurfBear - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to SurfBear - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "SurfBear - Win32 Release" && "$(CFG)" !=\
  12.  "SurfBear - Win32 Debug"
  13. !MESSAGE Invalid configuration "$(CFG)" specified.
  14. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  15. !MESSAGE by defining the macro CFG on the command line.  For example:
  16. !MESSAGE 
  17. !MESSAGE NMAKE /f "SurfBear.mak" CFG="SurfBear - Win32 Debug"
  18. !MESSAGE 
  19. !MESSAGE Possible choices for configuration are:
  20. !MESSAGE 
  21. !MESSAGE "SurfBear - Win32 Release" (based on "Win32 (x86) Application")
  22. !MESSAGE "SurfBear - Win32 Debug" (based on "Win32 (x86) Application")
  23. !MESSAGE 
  24. !ERROR An invalid configuration is specified.
  25. !ENDIF 
  26.  
  27. !IF "$(OS)" == "Windows_NT"
  28. NULL=
  29. !ELSE 
  30. NULL=nul
  31. !ENDIF 
  32. ################################################################################
  33. # Begin Project
  34. # PROP Target_Last_Scanned "SurfBear - Win32 Debug"
  35. RSC=rc.exe
  36. MTL=mktyplib.exe
  37. CPP=cl.exe
  38.  
  39. !IF  "$(CFG)" == "SurfBear - Win32 Release"
  40.  
  41. # PROP BASE Use_MFC 5
  42. # PROP BASE Use_Debug_Libraries 0
  43. # PROP BASE Output_Dir "Release"
  44. # PROP BASE Intermediate_Dir "Release"
  45. # PROP BASE Target_Dir ""
  46. # PROP Use_MFC 5
  47. # PROP Use_Debug_Libraries 0
  48. # PROP Output_Dir "Release"
  49. # PROP Intermediate_Dir "Release"
  50. # PROP Target_Dir ""
  51. OUTDIR=.\Release
  52. INTDIR=.\Release
  53.  
  54. ALL : "$(OUTDIR)\SurfBear.exe"
  55.  
  56. CLEAN : 
  57.     -@erase ".\Release\SurfBear.exe"
  58.     -@erase ".\Release\InternetThread.obj"
  59.     -@erase ".\Release\SurfBear.pch"
  60.     -@erase ".\Release\SurfBearDlg.obj"
  61.     -@erase ".\Release\AccessTypeDlg.obj"
  62.     -@erase ".\Release\SurfBear.obj"
  63.     -@erase ".\Release\StdAfx.obj"
  64.     -@erase ".\Release\SurfBear.res"
  65.  
  66. "$(OUTDIR)" :
  67.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  68.  
  69. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
  70. # ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
  71. CPP_PROJ=/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
  72.  "_MBCS" /Fp"$(INTDIR)/SurfBear.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/" /c 
  73. CPP_OBJS=.\Release/
  74. CPP_SBRS=
  75. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  76. # ADD MTL /nologo /D "NDEBUG" /win32
  77. MTL_PROJ=/nologo /D "NDEBUG" /win32 
  78. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  79. # ADD RSC /l 0x409 /d "NDEBUG"
  80. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/SurfBear.res" /d "NDEBUG" 
  81. BSC32=bscmake.exe
  82. # ADD BASE BSC32 /nologo
  83. # ADD BSC32 /nologo
  84. BSC32_FLAGS=/nologo /o"$(OUTDIR)/SurfBear.bsc" 
  85. BSC32_SBRS=
  86. LINK32=link.exe
  87. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  88. # ADD LINK32 wininet.lib /nologo /subsystem:windows /machine:I386
  89. LINK32_FLAGS=wininet.lib /nologo /subsystem:windows /incremental:no\
  90.  /pdb:"$(OUTDIR)/SurfBear.pdb" /machine:I386 /out:"$(OUTDIR)/SurfBear.exe" 
  91. LINK32_OBJS= \
  92.     "$(INTDIR)/InternetThread.obj" \
  93.     "$(INTDIR)/SurfBearDlg.obj" \
  94.     "$(INTDIR)/AccessTypeDlg.obj" \
  95.     "$(INTDIR)/SurfBear.obj" \
  96.     "$(INTDIR)/StdAfx.obj" \
  97.     "$(INTDIR)/SurfBear.res"
  98.  
  99. "$(OUTDIR)\SurfBear.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  100.     $(LINK32) @<<
  101.   $(LINK32_FLAGS) $(LINK32_OBJS)
  102. <<
  103.  
  104. !ELSEIF  "$(CFG)" == "SurfBear - Win32 Debug"
  105.  
  106. # PROP BASE Use_MFC 5
  107. # PROP BASE Use_Debug_Libraries 1
  108. # PROP BASE Output_Dir "Debug"
  109. # PROP BASE Intermediate_Dir "Debug"
  110. # PROP BASE Target_Dir ""
  111. # PROP Use_MFC 5
  112. # PROP Use_Debug_Libraries 1
  113. # PROP Output_Dir "Debug"
  114. # PROP Intermediate_Dir "Debug"
  115. # PROP Target_Dir ""
  116. OUTDIR=.\Debug
  117. INTDIR=.\Debug
  118.  
  119. ALL : "$(OUTDIR)\SurfBear.exe"
  120.  
  121. CLEAN : 
  122.     -@erase ".\Debug\vc40.pdb"
  123.     -@erase ".\Debug\SurfBear.pch"
  124.     -@erase ".\Debug\vc40.idb"
  125.     -@erase ".\Debug\SurfBear.exe"
  126.     -@erase ".\Debug\SurfBearDlg.obj"
  127.     -@erase ".\Debug\SurfBear.obj"
  128.     -@erase ".\Debug\StdAfx.obj"
  129.     -@erase ".\Debug\InternetThread.obj"
  130.     -@erase ".\Debug\AccessTypeDlg.obj"
  131.     -@erase ".\Debug\SurfBear.res"
  132.     -@erase ".\Debug\SurfBear.ilk"
  133.     -@erase ".\Debug\SurfBear.pdb"
  134.  
  135. "$(OUTDIR)" :
  136.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  137.  
  138. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
  139. # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
  140. CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
  141.  /D "_MBCS" /Fp"$(INTDIR)/SurfBear.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/"\
  142.  /Fd"$(INTDIR)/" /c 
  143. CPP_OBJS=.\Debug/
  144. CPP_SBRS=
  145. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  146. # ADD MTL /nologo /D "_DEBUG" /win32
  147. MTL_PROJ=/nologo /D "_DEBUG" /win32 
  148. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  149. # ADD RSC /l 0x409 /d "_DEBUG"
  150. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/SurfBear.res" /d "_DEBUG" 
  151. BSC32=bscmake.exe
  152. # ADD BASE BSC32 /nologo
  153. # ADD BSC32 /nologo
  154. BSC32_FLAGS=/nologo /o"$(OUTDIR)/SurfBear.bsc" 
  155. BSC32_SBRS=
  156. LINK32=link.exe
  157. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
  158. # ADD LINK32 wininet.lib /nologo /subsystem:windows /debug /machine:I386
  159. LINK32_FLAGS=wininet.lib /nologo /subsystem:windows /incremental:yes\
  160.  /pdb:"$(OUTDIR)/SurfBear.pdb" /debug /machine:I386\
  161.  /out:"$(OUTDIR)/SurfBear.exe" 
  162. LINK32_OBJS= \
  163.     "$(INTDIR)/SurfBearDlg.obj" \
  164.     "$(INTDIR)/SurfBear.obj" \
  165.     "$(INTDIR)/StdAfx.obj" \
  166.     "$(INTDIR)/InternetThread.obj" \
  167.     "$(INTDIR)/AccessTypeDlg.obj" \
  168.     "$(INTDIR)/SurfBear.res"
  169.  
  170. "$(OUTDIR)\SurfBear.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  171.     $(LINK32) @<<
  172.   $(LINK32_FLAGS) $(LINK32_OBJS)
  173. <<
  174.  
  175. !ENDIF 
  176.  
  177. .c{$(CPP_OBJS)}.obj:
  178.    $(CPP) $(CPP_PROJ) $<  
  179.  
  180. .cpp{$(CPP_OBJS)}.obj:
  181.    $(CPP) $(CPP_PROJ) $<  
  182.  
  183. .cxx{$(CPP_OBJS)}.obj:
  184.    $(CPP) $(CPP_PROJ) $<  
  185.  
  186. .c{$(CPP_SBRS)}.sbr:
  187.    $(CPP) $(CPP_PROJ) $<  
  188.  
  189. .cpp{$(CPP_SBRS)}.sbr:
  190.    $(CPP) $(CPP_PROJ) $<  
  191.  
  192. .cxx{$(CPP_SBRS)}.sbr:
  193.    $(CPP) $(CPP_PROJ) $<  
  194.  
  195. ################################################################################
  196. # Begin Target
  197.  
  198. # Name "SurfBear - Win32 Release"
  199. # Name "SurfBear - Win32 Debug"
  200.  
  201. !IF  "$(CFG)" == "SurfBear - Win32 Release"
  202.  
  203. !ELSEIF  "$(CFG)" == "SurfBear - Win32 Debug"
  204.  
  205. !ENDIF 
  206.  
  207. ################################################################################
  208. # Begin Source File
  209.  
  210. SOURCE=.\ReadMe.txt
  211.  
  212. !IF  "$(CFG)" == "SurfBear - Win32 Release"
  213.  
  214. !ELSEIF  "$(CFG)" == "SurfBear - Win32 Debug"
  215.  
  216. !ENDIF 
  217.  
  218. # End Source File
  219. ################################################################################
  220. # Begin Source File
  221.  
  222. SOURCE=.\SurfBear.cpp
  223. DEP_CPP_SURFB=\
  224.     ".\StdAfx.h"\
  225.     ".\InternetThread.h"\
  226.     ".\SurfBear.h"\
  227.     ".\SurfBearDlg.h"\
  228.     {$(INCLUDE)}"\wininet.h"\
  229.     
  230.  
  231. "$(INTDIR)\SurfBear.obj" : $(SOURCE) $(DEP_CPP_SURFB) "$(INTDIR)"\
  232.  "$(INTDIR)\SurfBear.pch"
  233.  
  234.  
  235. # End Source File
  236. ################################################################################
  237. # Begin Source File
  238.  
  239. SOURCE=.\SurfBearDlg.cpp
  240. DEP_CPP_SURFBE=\
  241.     ".\StdAfx.h"\
  242.     ".\InternetThread.h"\
  243.     ".\SurfBear.h"\
  244.     ".\SurfBearDlg.h"\
  245.     ".\AccessTypeDlg.h"\
  246.     {$(INCLUDE)}"\wininet.h"\
  247.     
  248.  
  249. "$(INTDIR)\SurfBearDlg.obj" : $(SOURCE) $(DEP_CPP_SURFBE) "$(INTDIR)"\
  250.  "$(INTDIR)\SurfBear.pch"
  251.  
  252.  
  253. # End Source File
  254. ################################################################################
  255. # Begin Source File
  256.  
  257. SOURCE=.\StdAfx.cpp
  258. DEP_CPP_STDAF=\
  259.     ".\StdAfx.h"\
  260.     
  261.  
  262. !IF  "$(CFG)" == "SurfBear - Win32 Release"
  263.  
  264. # ADD CPP /Yc"stdafx.h"
  265.  
  266. BuildCmds= \
  267.     $(CPP) /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS"\
  268.  /Fp"$(INTDIR)/SurfBear.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/" /c $(SOURCE) \
  269.     
  270.  
  271. "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  272.    $(BuildCmds)
  273.  
  274. "$(INTDIR)\SurfBear.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  275.    $(BuildCmds)
  276.  
  277. !ELSEIF  "$(CFG)" == "SurfBear - Win32 Debug"
  278.  
  279. # ADD CPP /Yc"stdafx.h"
  280.  
  281. BuildCmds= \
  282.     $(CPP) /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
  283.  /D "_MBCS" /Fp"$(INTDIR)/SurfBear.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/"\
  284.  /Fd"$(INTDIR)/" /c $(SOURCE) \
  285.     
  286.  
  287. "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  288.    $(BuildCmds)
  289.  
  290. "$(INTDIR)\SurfBear.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  291.    $(BuildCmds)
  292.  
  293. !ENDIF 
  294.  
  295. # End Source File
  296. ################################################################################
  297. # Begin Source File
  298.  
  299. SOURCE=.\SurfBear.rc
  300. DEP_RSC_SURFBEA=\
  301.     ".\res\SurfBear.ico"\
  302.     ".\res\msdn.ico"\
  303.     ".\res\bmp00001.bmp"\
  304.     ".\res\helpimag.bmp"\
  305.     ".\res\SurfBear.rc2"\
  306.     ".\res\books.avi"\
  307.     
  308.  
  309. "$(INTDIR)\SurfBear.res" : $(SOURCE) $(DEP_RSC_SURFBEA) "$(INTDIR)"
  310.    $(RSC) $(RSC_PROJ) $(SOURCE)
  311.  
  312.  
  313. # End Source File
  314. ################################################################################
  315. # Begin Source File
  316.  
  317. SOURCE=.\InternetThread.cpp
  318. DEP_CPP_INTER=\
  319.     ".\StdAfx.h"\
  320.     ".\InternetThread.h"\
  321.     {$(INCLUDE)}"\wininet.h"\
  322.     
  323.  
  324. "$(INTDIR)\InternetThread.obj" : $(SOURCE) $(DEP_CPP_INTER) "$(INTDIR)"\
  325.  "$(INTDIR)\SurfBear.pch"
  326.  
  327.  
  328. # End Source File
  329. ################################################################################
  330. # Begin Source File
  331.  
  332. SOURCE=.\AccessTypeDlg.cpp
  333. DEP_CPP_ACCES=\
  334.     ".\StdAfx.h"\
  335.     ".\SurfBear.h"\
  336.     ".\AccessTypeDlg.h"\
  337.     
  338.  
  339. "$(INTDIR)\AccessTypeDlg.obj" : $(SOURCE) $(DEP_CPP_ACCES) "$(INTDIR)"\
  340.  "$(INTDIR)\SurfBear.pch"
  341.  
  342.  
  343. # End Source File
  344. # End Target
  345. # End Project
  346. ################################################################################
  347.